3.80 \(\int \frac{F^{c+d x}}{(a+b F^{c+d x}) x} \, dx\)

Optimal. Leaf size=26 \[ \text{Unintegrable}\left (\frac{F^{c+d x}}{x \left (a+b F^{c+d x}\right )},x\right ) \]

[Out]

Unintegrable[F^(c + d*x)/((a + b*F^(c + d*x))*x), x]

________________________________________________________________________________________

Rubi [A]  time = 0.0699827, antiderivative size = 0, normalized size of antiderivative = 0., number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0., Rules used = {} \[ \int \frac{F^{c+d x}}{\left (a+b F^{c+d x}\right ) x} \, dx \]

Verification is Not applicable to the result.

[In]

Int[F^(c + d*x)/((a + b*F^(c + d*x))*x),x]

[Out]

Defer[Int][F^(c + d*x)/((a + b*F^(c + d*x))*x), x]

Rubi steps

\begin{align*} \int \frac{F^{c+d x}}{\left (a+b F^{c+d x}\right ) x} \, dx &=\int \frac{F^{c+d x}}{\left (a+b F^{c+d x}\right ) x} \, dx\\ \end{align*}

Mathematica [A]  time = 0.0847248, size = 0, normalized size = 0. \[ \int \frac{F^{c+d x}}{\left (a+b F^{c+d x}\right ) x} \, dx \]

Verification is Not applicable to the result.

[In]

Integrate[F^(c + d*x)/((a + b*F^(c + d*x))*x),x]

[Out]

Integrate[F^(c + d*x)/((a + b*F^(c + d*x))*x), x]

________________________________________________________________________________________

Maple [A]  time = 0.05, size = 0, normalized size = 0. \begin{align*} \int{\frac{{F}^{dx+c}}{ \left ( a+b{F}^{dx+c} \right ) x}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(d*x+c)/(a+b*F^(d*x+c))/x,x)

[Out]

int(F^(d*x+c)/(a+b*F^(d*x+c))/x,x)

________________________________________________________________________________________

Maxima [A]  time = 0., size = 0, normalized size = 0. \begin{align*} -a \int \frac{1}{F^{d x} F^{c} b^{2} x + a b x}\,{d x} + \frac{\log \left (x\right )}{b} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(d*x+c)/(a+b*F^(d*x+c))/x,x, algorithm="maxima")

[Out]

-a*integrate(1/(F^(d*x)*F^c*b^2*x + a*b*x), x) + log(x)/b

________________________________________________________________________________________

Fricas [A]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\frac{F^{d x + c}}{F^{d x + c} b x + a x}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(d*x+c)/(a+b*F^(d*x+c))/x,x, algorithm="fricas")

[Out]

integral(F^(d*x + c)/(F^(d*x + c)*b*x + a*x), x)

________________________________________________________________________________________

Sympy [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{F^{c + d x}}{x \left (F^{c} F^{d x} b + a\right )}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F**(d*x+c)/(a+b*F**(d*x+c))/x,x)

[Out]

Integral(F**(c + d*x)/(x*(F**c*F**(d*x)*b + a)), x)

________________________________________________________________________________________

Giac [A]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \frac{F^{d x + c}}{{\left (F^{d x + c} b + a\right )} x}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(d*x+c)/(a+b*F^(d*x+c))/x,x, algorithm="giac")

[Out]

integrate(F^(d*x + c)/((F^(d*x + c)*b + a)*x), x)